home *** CD-ROM | disk | FTP | other *** search
- MyLib.lib/PointerToInt MyLib/PointerToInt
-
- NAME
- PointerToInt - convert data pointer to integer
-
- SYNOPSIS
- Integer = PointerToInt(void *Pointer)
-
- long = PointerToInt(void *);
-
- FUNCTION
- This function can be used to convert a pointer to an
- integer number.
-
- INPUTS
- Pointer - the pointer to convert
-
- RESULTS
- Integer - the integer representation of the pointer
-
- NOTE
- This function cannot be used for function pointers
-